diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-31 10:46:59 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-31 10:46:59 +0900 |
| commit | 9e6a7b0a7334352ed7e9e422d026ebfbad06c8a6 (patch) | |
| tree | 901a245fc04a2cf371dddc3809c4d8471c379a58 /config/waybar/style/[Wallust] Chroma Fusion.css | |
| parent | bee0fe2eba9b5f463c3dcc4318e0a1e476477ccd (diff) | |
| parent | 51cc8beb51452f7a8e63cffe78dd0217be02471a (diff) | |
Merge pull request #538 from JaKooLit/main
Main to development
Diffstat (limited to 'config/waybar/style/[Wallust] Chroma Fusion.css')
| -rw-r--r-- | config/waybar/style/[Wallust] Chroma Fusion.css | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/config/waybar/style/[Wallust] Chroma Fusion.css b/config/waybar/style/[Wallust] Chroma Fusion.css index 3d75f060..8e1e936b 100644 --- a/config/waybar/style/[Wallust] Chroma Fusion.css +++ b/config/waybar/style/[Wallust] Chroma Fusion.css @@ -198,6 +198,7 @@ tooltip { } +#taskbar button, #workspaces button { margin: 1px 1px; border-radius: 15px; @@ -210,6 +211,7 @@ tooltip { opacity:0.8; } +#taskbar button.active, #workspaces button.active { color: #FFFFFF; background: @button-color; @@ -226,6 +228,7 @@ tooltip { opacity:1.0; } +#taskbar button:hover, #workspaces button:hover { color: #FFFFFF; background: @button-hover; @@ -272,21 +275,6 @@ tooltip { } } -#taskbar button.active { - background-color: rgb(47, 46, 46); - border-radius: 30px; - animation: gradient_f 20s ease-in infinite; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); -} - -#taskbar button:hover { - padding-left: 3px; - padding-right: 3px; - border-radius: 15px; - animation: gradient_f 20s ease-in infinite; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); -} - #battery.critical:not(.charging) { color: #f53c3c; animation-name: blink; |
